From c68c9055abfd6a4b0160c04af526e903e2aba47e Mon Sep 17 00:00:00 2001 From: "sos22@douglas.cl.cam.ac.uk" Date: Wed, 19 Jul 2006 21:13:36 +0100 Subject: [PATCH] [XEN] Fix a comment in grant_table.h. Signed-off-by: Steven Smith --- xen/include/public/grant_table.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xen/include/public/grant_table.h b/xen/include/public/grant_table.h index 00adf1ab80..cd27382a47 100644 --- a/xen/include/public/grant_table.h +++ b/xen/include/public/grant_table.h @@ -145,9 +145,9 @@ typedef uint32_t grant_handle_t; * that must be presented later to destroy the mapping(s). On error, * is a negative status code. * NOTES: - * 1. If GNTPIN_map_for_dev is specified then is the address + * 1. If GNTMAP_device_map is specified then is the address * via which I/O devices may access the granted frame. - * 2. If GNTPIN_map_for_host is specified then a mapping will be added at + * 2. If GNTMAP_host_map is specified then a mapping will be added at * either a host virtual address in the current address space, or at * a PTE at the specified machine address. The type of mapping to * perform is selected through the GNTMAP_contains_pte flag, and the -- 2.30.2